home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000537_kb@cs.umb.edu_Thu May 5 10:15:29 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from terminus.cs.umb.edu by cs.umb.edu with SMTP id AA21877
  2.   (5.65c/IDA-1.4.4 for <tex-k-exp@cs.umb.edu>); Thu, 5 May 1994 14:15:31 -0400
  3. Received: by terminus.cs.umb.edu id AA08413
  4.   (5.65c/IDA-1.4.4 for tex-k); Thu, 5 May 1994 14:15:29 -0400
  5. Date: Thu, 5 May 1994 14:15:29 -0400
  6. From: "K. Berry" <kb@cs.umb.edu>
  7. Message-Id: <199405051815.AA08413@terminus.cs.umb.edu>
  8. To: neal@ctd.comsat.com
  9. Cc: tex-k@cs.umb.edu
  10. Subject: Re: need help debugging ls-R
  11.  
  12.     The 'permission denied' is a new kpathsea feature, but if the ls-R db
  13.     was used this would not have happened.  The hidden directories
  14.     (.nfss2) are NOT in the ls-R db.
  15.  
  16. If you look for a nonexistent file, the filesystem is still searched.
  17. (Unless the path element begins with %%.)
  18.  
  19.     So I don't think the ls-R is even being used.  How can I debug this?
  20.     Any help greatly appreciated!
  21.  
  22. Running under the debugger, break at path_search in pathsearch.c. This
  23. is the main function that determines whether to search the db, the
  24. filesystem, or both.
  25.  
  26. Or if you set kpathsea_debug to DEBUG_STAT (or -1), you'll get output if
  27. things are being stat'd...